home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 42
/
Amiga Format AFCD42 (Issue 126, Aug 1999).iso
/
-serious-
/
programming
/
basic
/
udpchat
/
rexx
/
quit_udp_chat.rexx
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
OS/2 REXX Batch file
|
1999-05-14
|
267 b
|
12 lines
/* ARexx script to get UDP_Chat log into a UDP_Chat Server */
/* For use with AmiComSys 1.12+ */
/* $VER: UDP_Chat2.rexx 1.0 (11.05.98) Anton Reinauer */
ADDRESS "UDP_Chat"
QUIT /* Send host name of person selected
in list, to connect to. */
EXIT;